home *** CD-ROM | disk | FTP | other *** search
- ; This script updates the main index file for the encyclopedia
- ; It copies the CD_Index file to T:, appends the HD index,
- ; sorts the file and copies it to the original destination.
-
- Copy Epic_Encyclopedia:Menufiles/Indexfiles/CD_Index.txt T:Indexfile.txt
-
- Execute Epic_Encyclopedia:Menufiles/Scripts/MakeHD_Index.script
- Type EpicData:Indexfiles/HD_Index.txt >>T:Indexfile.txt
-
- Sort T:Indexfile.txt T:Indexfile.txt
- Epicdata:Tools/Remdoubles >T:double T:Indexfile.txt
-
- Copy T:double EpicData:Index
- Delete >NIL: T:Indexfile.txt
- Delete >NIL: T:Double